link css file

71

link a css file -

<!DOCTYPE html>
  <html>
    <head>
      <link rel="stylesheet" src="style.css">
    </head>
    <body>
    
    </body>
</html>

link css file -

<head>
<link href="style.css" rel="stylesheet">
    <title>Hello World!!</title>
</head>

Comments

Submit
0 Comments